Skip to content

fix(deps): update all non-major dependencies #2898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@arethetypeswrong/cli (source) ^0.17.0 -> ^0.18.0 age confidence
@eslint/js (source) 9.22.0 -> 9.33.0 age confidence
@eslint/plugin-kit (source) 0.3.4 -> 0.3.5 age confidence
@graphql-tools/utils (source) 10.8.6 -> 10.9.1 age confidence
@ianvs/prettier-plugin-sort-imports 4.4.1 -> 4.6.1 age confidence
@types/estree (source) 1.0.6 -> 1.0.8 age confidence
@types/node (source) 22.13.10 -> 22.17.1 age confidence
@types/react (source) 18.3.19 -> 18.3.23 age confidence
chalk 5.4.1 -> 5.5.0 age confidence
cookie 0.7.0 -> 0.7.2 age confidence
dedent 1.5.3 -> 1.6.0 age confidence
esbuild 0.25.0 -> 0.25.8 age confidence
eslint (source) 9.22.0 -> 9.33.0 age confidence
eslint-config-prettier 10.1.1 -> 10.1.8 age confidence
eslint-plugin-eslint-plugin 6.4.0 -> 6.5.0 age confidence
eslint-plugin-prettier 5.2.3 -> 5.5.4 age confidence
eslint-plugin-tailwindcss 3.18.0 -> 3.18.2 age confidence
eslint-plugin-vue (source) 10.3.0 -> 10.4.0 age confidence
graphql 16.10.0 -> 16.11.0 age confidence
pnpm (source) 10.6.5 -> 10.14.0 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
prettier-plugin-pkg (source) 0.18.1 -> 0.21.2 age confidence
prettier-plugin-sh (source) 0.15.0 -> 0.18.0 age confidence
prettier-plugin-tailwindcss 0.6.11 -> 0.6.14 age confidence
svelte (source) 5.23.2 -> 5.38.1 age confidence
svelte-eslint-parser 1.3.0 -> 1.3.1 age confidence
svelte2tsx (source) 0.7.35 -> 0.7.42 age confidence
tsx (source) 4.19.3 -> 4.20.3 age confidence
turbo (source) 2.4.4 -> 2.5.5 age confidence
webpack 5.100.2 -> 5.101.0 age confidence
wrangler (source) 4.2.0 -> 4.28.1 age confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.18.2

Patch Changes

v0.18.1

Compare Source

Patch Changes

v0.18.0

Compare Source

Minor Changes
  • 5dd9c0b: Requiring Node.js 20 for using latest lru-cache.
Patch Changes
eslint/eslint (@​eslint/js)

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

Features
Bug Fixes
  • 96e84de fix: check cache file existence before deletion (#​19648) (sethamus)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#​19664) (Milos Djermanovic)
  • 9736d5d fix: add namespace to Plugin.meta type (#​19661) (Milos Djermanovic)
  • 17bae69 fix: update RuleTester.run() type (#​19634) (Nitin Kumar)
Documentation
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#​19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#​19657) (CamWass)
Chores

v9.25.1

Compare Source

v9.25.0

Compare Source

Features
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#​19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#​19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#​19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#​19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#​19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#​19559) (Nitin Kumar)
Bug Fixes
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#​19631) (StyleShit)
Documentation
  • ca7a735 docs: update no-undef-init when not to use section (#​19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#​19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#​19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#​19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#​19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#​19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)
Chores

v9.24.0

Compare Source

Features

  • 556c25b feat: support loading TS config files using --experimental-strip-types (#​19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#​19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#​19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#​19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#​19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#​19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#​19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#​19493) (Tanuj Kanti)

Bug Fixes

  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#​19595) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#​19584) (Francesco Trotta)

Documentation

  • f857820 docs: update documentation for --experimental-strip-types (#​19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#​19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • e849dc0 docs: replace existing var with const (#​19578) (Sweta Tanwar)
  • 0c65c62 docs: don't pass filename when linting rule examples (#​19571) (Milos Djermanovic)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#​19555) (Yifan Pan)

Build Related

  • 366e369 build: re-enable Prettier formatting for package.json files (#​19569) (Francesco Trotta)

Chores

v9.23.0

Compare Source

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#​19535) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#​19431) (Josh Goldberg ✨)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#​19533) (Nicholas C. Zakas)
  • 4a0df16 feat: circular autofix/conflicting rules detection (#​19514) (Milos Djermanovic)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#​19498) (Josh Goldberg ✨)

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#​19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#​19423) (Tanuj Kanti)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#​19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#​19502) (Tanuj Kanti)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#​19499) (fisker Cheung)

Documentation

Build Related

  • 2357edd build: exclude autogenerated files from Prettier formatting (#​19548) (Francesco Trotta)

Chores

eslint/rewrite (@​eslint/plugin-kit)

v0.3.5

Compare Source

Dependencies
  • The following workspace dependencies were updated
ardatan/graphql-tools (@​graphql-tools/utils)

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
  • #​7281
    53db005
    Thanks @​EmrysMyrddin! - Add optional subgraphName preoperty
    to the ExecutionRequest interface for usage in Gateways like Hive Gateway.
Patch Changes
ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.6.1

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0

v4.5.1

Compare Source

What's Changed

Fixes
Internal

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.0...v4.5.1

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.2...v4.5.0

v4.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.1...v4.4.2

chalk/chalk (chalk)

v5.5.0

Compare Source


jshttp/cookie (cookie)

v0.7.2

Compare Source

Fixed

v0.7.1: 0.7.1

Compare Source

Fixed

  • Allow leading dot for domain (#​174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#​172)
dmnd/dedent (dedent)

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: dmnd/dedent@v1.5.3...v1.6.0

evanw/esbuild (esbuild)

v0.25.8

Compare Source

  • Fix another TypeScript parsing edge case (#​4248)

    This fixes a regression with a change in the previous release that tries to more accurately parse TypeScript arrow functions inside the ?: operator. The regression specifically involves parsing an arrow function containing a #private identifier inside the middle of a ?: ternary operator inside a class body. This was fixed by propagating private identifier state into the parser clone used to speculatively parse the arrow function body. Here is an example of some affected code:

    class CachedDict {
      #has = (a: string) => dict.has(a);
      has = window
        ? (word: string): boolean => this.#has(word)
        : this.#has;
    }
  • Fix a regression with the parsing of source phase imports

    The change in the previous release to parse source phase imports failed to properly handle the following cases:

    import source from 'bar'
    import source from from 'bar'
    import source type foo from 'bar'

    Parsing for these cases should now be fixed. The first case was incorrectly treated as a syntax error because esbuild was expecting the second case. And the last case was previously allowed but is now forbidden. TypeScript hasn't added this feature yet so it remains to be seen whether the last case will be allowed, but it's safer to disallow it for now. At least Babel doesn't allow the last case when parsing TypeScript, and Babel was involved with the source phase import specification.

v0.25.7

Compare Source

  • Parse and print JavaScript imports with an explicit phase (#​4238)

    This release adds basic syntax support for the defer and source import phases in JavaScript:

    • defer

      This is a stage 3 proposal for an upcoming JavaScript feature that will provide one way to eagerly load but lazily initialize imported modules. The imported module is automatically initialized on first use. Support for this syntax will also be part of the upcoming release of TypeScript 5.9. The syntax looks like this:

      import defer * as foo from "<specifier>";
      const bar = await import.defer("<specifier>");

      Note that this feature deliberately cannot be used with the syntax import defer foo from "<specifier>" or import defer { foo } from "<specifier>".

    • source

      This is a stage 3 proposal for an upcoming JavaScript feature that will provide another way to eagerly load but lazily initialize imported modules. The imported module is returned in an uninitialized state. Support for this syntax may or may not be a part of TypeScript 5.9 (see this issue for details). The syntax looks like this:

      import source foo from "<speci

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 21, 2025
Copy link
Contributor

github-actions bot commented Mar 21, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-eslint/eslint-plugin 4.4.0-alpha-20250322020626-e747a15f076c5743569d10aa22ddf2f43c438d2f npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Mar 21, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-2898.graphql-eslint.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 223efa4 to ded78ba Compare March 21, 2025 12:10
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.3.0 chore(deps): update all non-major dependencies Mar 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ded78ba to 469f9ba Compare March 21, 2025 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 469f9ba to b48e1b5 Compare March 21, 2025 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b48e1b5 to 50e9a93 Compare March 21, 2025 23:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e747a15 to 775639f Compare July 30, 2025 01:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 775639f to b6f00e7 Compare July 30, 2025 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6f00e7 to 0deb3ad Compare July 31, 2025 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0deb3ad to 4c4ae68 Compare August 1, 2025 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c4ae68 to 09b94ce Compare August 2, 2025 02:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09b94ce to 9850ff3 Compare August 3, 2025 05:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9850ff3 to 2998b55 Compare August 3, 2025 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2998b55 to d03d9e4 Compare August 4, 2025 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d03d9e4 to f333b1f Compare August 5, 2025 10:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f333b1f to 94b21c9 Compare August 6, 2025 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94b21c9 to 1dd672d Compare August 6, 2025 16:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1dd672d to 46ad826 Compare August 6, 2025 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46ad826 to 059ef0b Compare August 7, 2025 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 059ef0b to f9f2a03 Compare August 8, 2025 14:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9f2a03 to e6e2f2b Compare August 8, 2025 17:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6e2f2b to 3dde6a0 Compare August 8, 2025 20:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3dde6a0 to 17b3fe0 Compare August 10, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants